/*SECTIONS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

section
{
    background: #252734;
    position: relative;
    width: 1200px;
    min-width: 620px;
    margin: 0px;
}

.main-section
{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    background-size: 100%;
    padding: 30px 0 30px 0;
}

p
{
    color: #a9a9a9;
}

li
{
    color: #a9a9a9;
}

.title
{
    display: block;
    width: 100%;
}
.title h1
{
    margin: 0 auto 30px auto;
    display: block;
    align-self: center;
    width: auto;
    text-align: center;
}
.title p
{
    margin: 0 auto 30px auto;
    display: block;
    align-self: center;
    width: auto;
    text-align: center;
}

.discription
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.discription img
{
    vertical-align: middle;
    width: 480px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}
.discription p
{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
    margin: 0 40px;
}
.discription a
{
    text-decoration: none;
    display: inline-block;
    width: 45%;
}

.game
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.game h2
{
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    padding-left: 40px;
}
.game p
{
    display: block;
    width: calc(100% - 80px);
    text-align: left;
    margin: 20px 40px;
}
.game .video
{
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 47%;
    height: 435px;
}
.game .video iframe
{
    width: 100%;
    height: 317px;
    position: relative;
    top: calc((100% - 317px) / 2);
}

.contribution-short-1
{
    width: 44%;
    display: inline-block;
    padding-left: 40px;
    padding-right: 5%;
    left: 0;
    position: relative;
}
.contribution h3
{
    text-align: left;
}
.contribution ul
{
    padding-left: 7%;
    text-align: left;
}
.contribution ul li
{
    padding-top: 3px;
}
.sublist ul
{
    padding-left: 0%;
}
.sublist ul li
{
    padding-top: 0px;
    margin-left: 5%;
}

.contribution-detail
{
    display: block;
    padding-left: 40px;
}

.link
{
    text-align: center;
    width: 100%;
}
.link p
{
    margin-top: 0;
}

.ymal
{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0;
}
.ymal h2
{
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px 40px;
}
/*SECTIONS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/